home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / Socks5.lha / Socks5 / src / include / config.h.in < prev    next >
Text File  |  1999-01-06  |  12KB  |  453 lines

  1. /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define to empty if the keyword does not work.  */
  4. #undef const
  5.  
  6. /* Define if you don't have vprintf but do have _doprnt.  */
  7. #undef HAVE_DOPRNT
  8.  
  9. /* Define if you have the vprintf function.  */
  10. #undef HAVE_VPRINTF
  11.  
  12. /* Define as __inline if that's what the C compiler calls it.  */
  13. #undef inline
  14.  
  15. /* Define to `int' if <sys/types.h> doesn't define.  */
  16. #undef pid_t
  17.  
  18. /* Define as the return type of signal handlers (int or void).  */
  19. #undef RETSIGTYPE
  20.  
  21. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  22. #undef size_t
  23.  
  24. /* Define if you have the ANSI C header files.  */
  25. #undef STDC_HEADERS
  26.  
  27. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  28. #undef TIME_WITH_SYS_TIME
  29.  
  30. /* Define if you have a sys_errlist                                          */
  31. #undef HAVE_SYSERRLIST
  32.  
  33. /* Define this to be the configuration file you want...                      */
  34. #define LIBCONF_FILE "/etc/libsocks5.conf"
  35.  
  36. /* Define this to be the configuration file you want...                      */
  37. #define SRVCONF_FILE "/etc/socks5.conf"
  38.  
  39. /* Define this to be the configuration file you want...                      */
  40. #define SRVIDT_FILE  "/tmp/socks5.ident"
  41.  
  42. /* Define this to be the configuration file you want...                      */
  43. #define SRVPID_FILE  "/tmp/socks5.pid"
  44.  
  45. /* Define this to be the socks5 passwd file you want...                      */
  46. #define SRVPWD_FILE  "/etc/socks5.passwd"
  47.  
  48. /* Define this to be the socks5 plugin file you want...                      */
  49. #define PINCONF_FILE "/etc/socks5.plugins"
  50.  
  51. /* define this to be the default socks server you want to use                */
  52. #define SOCKS_DEFAULT_SERVER "127.0.0.1"
  53.  
  54. /* define this to be the default socks version you want to use               */
  55. #undef SOCKS_DEFAULT_VERSION
  56.  
  57. /* define this to be the default socks port you want to use                  */
  58. #define SOCKS_DEFAULT_PORT 1080
  59.  
  60. /* what syslog level do you want messages to be logged at...?                */
  61. #undef SYSLOG_FAC
  62.  
  63. /* define this if you don't have cc_t in sys/termios.h                       */
  64. #undef NO_CC_T
  65.  
  66. /* define this to the path of your traceroute...                             */
  67. #undef TROUTEPROG
  68.  
  69. /* define this to the path of your ping                                      */
  70. #undef PINGPROG
  71.  
  72. /* define this to whatever is you can set within a signal handler.           */
  73. #undef sig_atomic_t
  74.  
  75. /* define this to your libc, if it has a version number (/lib/libc.so.1.9)   */
  76. #undef LIBC_NAME
  77. #undef LIBDGC_NAME
  78. #undef LIBNSL_NAME
  79. #undef LIBRESOLV_NAME
  80. #undef LIBSOCKET_NAME
  81.  
  82. /* define if SunOS 5.5                        */
  83. #undef USE_SYSTEM_SEMAPHORE
  84.  
  85. /* define if you want to use threading (if available)                        */
  86. #undef USE_THREADS
  87.  
  88. /* define if you want to use /etc/passwd for user/pass authentication        */
  89. #undef USE_PASSWD
  90.  
  91. /* define if you want to use /etc/shadow for user/pass authentication        */
  92. #undef USE_SHADOW_PASSWD
  93.  
  94. /* define if you want to use NECs internal version (used by NEC japan)       */
  95. #undef NEC
  96.  
  97. /* define if you want to use NECs internal plugins                           */
  98. #undef USE_PLUGINS
  99.  
  100. /* Define if struct sockaddr_un contains sun_len.                            */
  101. #undef HAVE_SOCKADDR_SUN_LEN
  102.  
  103. /* Define if the compiler can handle function prototyping                    */
  104. #undef HAVE_FUNC_PROTOTYPE
  105.  
  106. /* Define if you have the bcmp function.  */
  107. #undef HAVE_BCMP
  108.  
  109. /* Define if you have the bcopy function.  */
  110. #undef HAVE_BCOPY
  111.  
  112. /* Define if you have the bzero function.  */
  113. #undef HAVE_BZERO
  114.  
  115. /* Define if you have the dgettext function.  */
  116. #undef HAVE_DGETTEXT
  117.  
  118. /* Define if you have the dlopen function.  */
  119. #undef HAVE_DLOPEN
  120.  
  121. /* Define if you have the flock function.  */
  122. #undef HAVE_FLOCK
  123.  
  124. /* Define if you have the genget function.  */
  125. #undef HAVE_GENGET
  126.  
  127. /* Define if you have the getcwd function.  */
  128. #undef HAVE_GETCWD
  129.  
  130. /* Define if you have the getdomainname function.  */
  131. #undef HAVE_GETDOMAINNAME
  132.  
  133. /* Define if you have the getenv function.  */
  134. #undef HAVE_GETENV
  135.  
  136. /* Define if you have the gethostbyaddr_r function.  */
  137. #undef HAVE_GETHOSTBYADDR_R
  138.  
  139. /* Define if you have the gethostbyname_r function.  */
  140. #undef HAVE_GETHOSTBYNAME_R
  141.  
  142. /* Define if you have the getifaddrs function.  */
  143. #undef HAVE_GETIFADDRS
  144.  
  145. /* Define if you have the getopt function.  */
  146. #undef HAVE_GETOPT
  147.  
  148. /* Define if you have the getpwuid_r function.  */
  149. #undef HAVE_GETPWUID_R
  150.  
  151. /* Define if you have the getservbyname_r function.  */
  152. #undef HAVE_GETSERVBYNAME_R
  153.  
  154. /* Define if you have the herror function.  */
  155. #undef HAVE_HERROR
  156.  
  157. /* Define if you have the index function.  */
  158. #undef HAVE_INDEX
  159.  
  160. /* Define if you have the memcmp function.  */
  161. #undef HAVE_MEMCMP
  162.  
  163. /* Define if you have the memmove function.  */
  164. #undef HAVE_MEMMOVE
  165.  
  166. /* Define if you have the memset function.  */
  167. #undef HAVE_MEMSET
  168.  
  169. /* Define if you have the pthread_attr_init function.  */
  170. #undef HAVE_PTHREAD_ATTR_INIT
  171.  
  172. /* Define if you have the pthread_attr_setdetachstate function.  */
  173. #undef HAVE_PTHREAD_ATTR_SETDETACHSTATE
  174.  
  175. /* Define if you have the pthread_attr_setscope function.  */
  176. #undef HAVE_PTHREAD_ATTR_SETSCOPE
  177.  
  178. /* Define if you have the pthread_create function.  */
  179. #undef HAVE_PTHREAD_CREATE
  180.  
  181. /* Define if you have the pthread_detach function.  */
  182. #undef HAVE_PTHREAD_DETACH
  183.  
  184. /* Define if you have the pthread_exit function.  */
  185. #undef HAVE_PTHREAD_EXIT
  186.  
  187. /* Define if you have the pthread_kill function.  */
  188. #undef HAVE_PTHREAD_KILL
  189.  
  190. /* Define if you have the pthread_self function.  */
  191. #undef HAVE_PTHREAD_SELF
  192.  
  193. /* Define if you have the pthread_sigmask function.  */
  194. #undef HAVE_PTHREAD_SIGMASK
  195.  
  196. /* Define if you have the putenv function.  */
  197. #undef HAVE_PUTENV
  198.  
  199. /* Define if you have the re_comp function.  */
  200. #undef HAVE_RE_COMP
  201.  
  202. /* Define if you have the rindex function.  */
  203. #undef HAVE_RINDEX
  204.  
  205. /* Define if you have the rresvport function.  */
  206. #undef HAVE_RRESVPORT
  207.  
  208. /* Define if you have the sendmsg function.  */
  209. #undef HAVE_SENDMSG
  210.  
  211. /* Define if you have the setenv function.  */
  212. #undef HAVE_SETENV
  213.  
  214. /* Define if you have the setpgid function.  */
  215. #undef HAVE_SETPGID
  216.  
  217. /* Define if you have the setsid function.  */
  218. #undef HAVE_SETSID
  219.  
  220. /* Define if you have the setpgrp function.  */
  221. #undef HAVE_SETPGRP
  222.  
  223. /* Define if you have the setpgrp(), not setpgrp(x,y) */
  224. #undef SETPGRP_VOID
  225.  
  226. /* Define if you have the setupterm function.  */
  227. #undef HAVE_SETUPTERM
  228.  
  229. /* Define if you have the shl_load function.  */
  230. #undef HAVE_SHL_LOAD
  231.  
  232. /* Define if you have the sigaction function.  */
  233. #undef HAVE_SIGACTION
  234.  
  235. /* Define if you have the sigprocmask function.  */
  236. #undef HAVE_SIGPROCMASK
  237.  
  238. /* Define if you have the strchr function.  */
  239. #undef HAVE_STRCHR
  240.  
  241. /* Define if you have the strdup function.  */
  242. #undef HAVE_STRDUP
  243.  
  244. /* Define if you have the strerror function.  */
  245. #undef HAVE_STRERROR
  246.  
  247. /* Define if you have the strrchr function.  */
  248. #undef HAVE_STRRCHR
  249.  
  250. /* Define if you have the strspn function.  */
  251. #undef HAVE_STRSPN
  252.  
  253. /* Define if you have the tgetent function.  */
  254. #undef HAVE_TGETENT
  255.  
  256. /* Define if you have the unsetenv function.  */
  257. #undef HAVE_UNSETENV
  258.  
  259. /* Define if you have the vfork function.  */
  260. #undef HAVE_VFORK
  261.  
  262. /* Define if you have the waitpid function.  */
  263. #undef HAVE_WAITPID
  264.  
  265. /* Define if you have the <bstring.h> header file.  */
  266. #undef HAVE_BSTRING_H
  267.  
  268. /* Define if you have the <crypt.h> header file.  */
  269. #undef HAVE_CRYPT_H
  270.  
  271. /* Define if you have the <dirent.h> header file.  */
  272. #undef HAVE_DIRENT_H
  273.  
  274. /* Define if you have the <fcntl.h> header file.  */
  275. #undef HAVE_FCNTL_H
  276.  
  277. /* Define if you have the <ifaddrs.h> header file.  */
  278. #undef HAVE_IFADDRS_H
  279.  
  280. /* Define if you have the <machine/endian.h> header file.  */
  281. #undef HAVE_MACHINE_ENDIAN_H
  282.  
  283. /* Define if you have the <memory.h> header file.  */
  284. #undef HAVE_MEMORY_H
  285.  
  286. /* Define if you have the <ndir.h> header file.  */
  287. #undef HAVE_NDIR_H
  288.  
  289. /* Define if you have the <net/route.h> header file.  */
  290. #undef HAVE_NET_ROUTE_H
  291.  
  292. /* Define if you have the <netinet/in_systm.h> header file.  */
  293. #undef HAVE_NETINET_IN_SYSTM_H
  294.  
  295. /* Define if you have the <nl_types.h> header file.  */
  296. #undef HAVE_NL_TYPES_H
  297.  
  298. /* Define if you have the <paths.h> header file.  */
  299. #undef HAVE_PATHS_H
  300.  
  301. /* Define if you have the <pthread.h> header file.  */
  302. #undef HAVE_PTHREAD_H
  303.  
  304. /* Define if you have the <stdarg.h> header file.  */
  305. #undef HAVE_STDARG_H
  306.  
  307. /* Define if you have the <stdlib.h> header file.  */
  308. #undef HAVE_STDLIB_H
  309.  
  310. /* Define if you have the <string.h> header file.  */
  311. #undef HAVE_STRING_H
  312.  
  313. /* Define if you have the <strings.h> header file.  */
  314. #undef HAVE_STRINGS_H
  315.  
  316. /* Define if you have the <sys/bitypes.h> header file.  */
  317. #undef HAVE_SYS_BITYPES_H
  318.  
  319. /* Define if you have the <sys/dir.h> header file.  */
  320. #undef HAVE_SYS_DIR_H
  321.  
  322. /* Define if you have the <sys/fcntl.h> header file.  */
  323. #undef HAVE_SYS_FCNTL_H
  324.  
  325. /* Define if you have the <sys/file.h> header file.  */
  326. #undef HAVE_SYS_FILE_H
  327.  
  328. /* Define if you have the <sys/filio.h> header file.  */
  329. #undef HAVE_SYS_FILIO_H
  330.  
  331. /* Define if you have the <sys/ioctl.h> header file.  */
  332. #undef HAVE_SYS_IOCTL_H
  333.  
  334. /* Define if you have the <sys/ipc.h> header file.  */
  335. #undef HAVE_SYS_IPC_H
  336.  
  337. /* Define if you have the <sys/mbuf.h> header file.  */
  338. #undef HAVE_SYS_MBUF_H
  339.  
  340. /* Define if you have the <sys/ndir.h> header file.  */
  341. #undef HAVE_SYS_NDIR_H
  342.  
  343. /* Define if you have the <sys/param.h> header file.  */
  344. #undef HAVE_SYS_PARAM_H
  345.  
  346. /* Define if you have the <sys/resource.h> header file.  */
  347. #undef HAVE_SYS_RESOURCE_H
  348.  
  349. /* Define if you have the <sys/select.h> header file.  */
  350. #undef HAVE_SYS_SELECT_H
  351.  
  352. /* Define if you have the <sys/sem.h> header file.  */
  353. #undef HAVE_SYS_SEM_H
  354.  
  355. /* Define if you have the <sys/signal.h> header file.  */
  356. #undef HAVE_SYS_SIGNAL_H
  357.  
  358. /* Define if you have the <sys/socket.h> header file.  */
  359. #undef HAVE_SYS_SOCKET_H
  360.  
  361. /* Define if you have the <sys/sockio.h> header file.  */
  362. #undef HAVE_SYS_SOCKIO_H
  363.  
  364. /* Define if you have the <sys/stat.h> header file.  */
  365. #undef HAVE_SYS_STAT_H
  366.  
  367. /* Define if you have the <sys/termio.h> header file.  */
  368. #undef HAVE_SYS_TERMIO_H
  369.  
  370. /* Define if you have the <sys/termios.h> header file.  */
  371. #undef HAVE_SYS_TERMIOS_H
  372.  
  373. /* Define if you have the <sys/time.h> header file.  */
  374. #undef HAVE_SYS_TIME_H
  375.  
  376. /* Define if you have the <sys/ttychars.h> header file.  */
  377. #undef HAVE_SYS_TTYCHARS_H
  378.  
  379. /* Define if you have the <sys/uio.h> header file.  */
  380. #undef HAVE_SYS_UIO_H
  381.  
  382. /* Define if you have the <sys/un.h> header file.  */
  383. #undef HAVE_SYS_UN_H
  384.  
  385. /* Define if you have the <sys/wait.h> header file.  */
  386. #undef HAVE_SYS_WAIT_H
  387.  
  388. /* Define if you have the <syslog.h> header file.  */
  389. #undef HAVE_SYSLOG_H
  390.  
  391. /* Define if you have the <termio.h> header file.  */
  392. #undef HAVE_TERMIO_H
  393.  
  394. /* Define if you have the <termios.h> header file.  */
  395. #undef HAVE_TERMIOS_H
  396.  
  397. /* Define if you have the <time.h> header file.  */
  398. #undef HAVE_TIME_H
  399.  
  400. /* Define if you have the <unistd.h> header file.  */
  401. #undef HAVE_UNISTD_H
  402.  
  403. /* Define if you have the <varargs.h> header file.  */
  404. #undef HAVE_VARARGS_H
  405.  
  406. /* Define if you have the bsd library (-lbsd).  */
  407. #undef HAVE_LIBBSD
  408.  
  409. /* Define if you have the com_err library (-lcom_err).  */
  410. #undef HAVE_LIBCOM_ERR
  411.  
  412. /* Define if you have the compat library (-lcompat).  */
  413. #undef HAVE_LIBCOMPAT
  414.  
  415. /* Define if you have the crypto library (-lcrypto).  */
  416. #undef HAVE_LIBCRYPTO
  417.  
  418. /* Define if you have the db library (-ldb).  */
  419. #undef HAVE_LIBDB
  420.  
  421. /* Define if you have the dl library (-ldl).  */
  422. #undef HAVE_LIBDL
  423.  
  424. /* Define if you have the dld library (-ldld).  */
  425. #undef HAVE_LIBDLD
  426.  
  427. /* Define if you have the gssapi_krb5 library (-lgssapi_krb5).  */
  428. #undef HAVE_LIBGSSAPI_KRB5
  429.  
  430. /* Define if you have the ident library (-lident).  */
  431. #undef HAVE_LIBIDENT
  432.  
  433. /* Define if you have the ipc library (-lipc).  */
  434. #undef HAVE_LIBIPC
  435.  
  436. /* Define if you have the isode library (-lisode).  */
  437. #undef HAVE_LIBISODE
  438.  
  439. /* Define if you have the krb5 library (-lkrb5).  */
  440. #undef HAVE_LIBKRB5
  441.  
  442. /* Define if you have the ndbm library (-lndbm).  */
  443. #undef HAVE_LIBNDBM
  444.  
  445. /* Define if you have the otp library (-lotp).  */
  446. #undef HAVE_LIBOTP
  447.  
  448. /* Define if you have the socket library (-lsocket).  */
  449. #undef HAVE_LIBSOCKET
  450.  
  451. /* Define if you have the svld library (-lsvld).  */
  452. #undef HAVE_LIBSVLD
  453.